FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CodeSystem/FHIR Server from package idmp.who-umc.org.fhir#current (62 ms)

Package idmp.who-umc.org.fhir
Type CodeSystem
Id Id
FHIR Version R5
Source http://who-umc.org/idmp/https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CodeSystem-drugcode.html
Url http://who-umc.org/idmp/CodeSystem/drugcode
Version 0.1.0
Status active
Date 2024-10-04T06:28:52+00:00
Name DrugCode
Title WHODrug DrugCode
Experimental False
Realm uv
Description Description of WHODrug DrugCode code system (B-format)
Copyright Uppsala Monitoring Centre
Content example

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem drugcode

Properties

This code system defines the following properties for its concepts

NameCodeTypeDescription
DrugCodeDrugCodestringThe drug code, carrying information of base, salt variant and trade name
NameNamestringThe name of the product
GenericGenericbooleanIndicates if this is a generic product
BaseBasebooleanIndicates if this is a base product = true or salt = false

Concepts

This case-insensitive code system http://who-umc.org/idmp/CodeSystem/drugcode provides some codes that are example only:

CodeDisplayDrugCodeNameGenericBase
00020001004 Alvedon00020001004Alvedonfalsetrue
00002701006 Magnecyl00002701006Magnecylfalsetrue
00113802085 Methotrexaat sandoz00113802085Methotrexaat sandozfalsefalse

Source

{
  "resourceType" : "CodeSystem",
  "id" : "drugcode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem drugcode</b></p><a name=\"drugcode\"> </a><a name=\"hcdrugcode\"> </a><a name=\"drugcode-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>DrugCode</td><td>DrugCode</td><td>string</td><td>The drug code, carrying information of base, salt variant and trade name</td></tr><tr><td>Name</td><td>Name</td><td>string</td><td>The name of the product</td></tr><tr><td>Generic</td><td>Generic</td><td>boolean</td><td>Indicates if this is a generic product</td></tr><tr><td>Base</td><td>Base</td><td>boolean</td><td>Indicates if this is a base product = true or salt = false</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://who-umc.org/idmp/CodeSystem/drugcode</code> provides some codes <b>that are example only</b>:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>DrugCode</b></td><td><b>Name</b></td><td><b>Generic</b></td><td><b>Base</b></td></tr><tr><td style=\"white-space:nowrap\">00020001004<a name=\"drugcode-00020001004\"> </a></td><td>Alvedon</td><td>00020001004</td><td>Alvedon</td><td>false</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">00002701006<a name=\"drugcode-00002701006\"> </a></td><td>Magnecyl</td><td>00002701006</td><td>Magnecyl</td><td>false</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">00113802085<a name=\"drugcode-00113802085\"> </a></td><td>Methotrexaat sandoz</td><td>00113802085</td><td>Methotrexaat sandoz</td><td>false</td><td>false</td></tr></table></div>"
  },
  "url" : "http://who-umc.org/idmp/CodeSystem/drugcode",
  "version" : "0.1.0",
  "name" : "DrugCode",
  "title" : "WHODrug DrugCode",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-04T06:28:52+00:00",
  "publisher" : "Uppsala Monitoring Centre",
  "contact" : [
    {
      "name" : "Uppsala Monitoring Centre",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.who-umc.org"
        }
      ]
    },
    {
      "name" : "Uppsala Monitoring Centre",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.who-umc.org"
        }
      ]
    }
  ],
  "description" : "Description of WHODrug DrugCode code system (B-format)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "Uppsala Monitoring Centre",
  "caseSensitive" : false,
  "compositional" : false,
  "content" : "example",
  "property" : [
    {
      "code" : "DrugCode",
      "description" : "The drug code, carrying information of base, salt variant and trade name",
      "type" : "string"
    },
    {
      "code" : "Name",
      "description" : "The name of the product",
      "type" : "string"
    },
    {
      "code" : "Generic",
      "description" : "Indicates if this is a generic product",
      "type" : "boolean"
    },
    {
      "code" : "Base",
      "description" : "Indicates if this is a base product = true or salt = false",
      "type" : "boolean"
    }
  ],
  "concept" : [
    {
      "code" : "00020001004",
      "display" : "Alvedon",
      "property" : [
        {
          "code" : "Name",
          "valueString" : "Alvedon"
        },
        {
          "code" : "DrugCode",
          "valueString" : "00020001004"
        },
        {
          "code" : "Generic",
          "valueBoolean" : false
        },
        {
          "code" : "Base",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "00002701006",
      "display" : "Magnecyl",
      "property" : [
        {
          "code" : "Name",
          "valueString" : "Magnecyl"
        },
        {
          "code" : "DrugCode",
          "valueString" : "00002701006"
        },
        {
          "code" : "Generic",
          "valueBoolean" : false
        },
        {
          "code" : "Base",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "00113802085",
      "display" : "Methotrexaat sandoz",
      "property" : [
        {
          "code" : "Name",
          "valueString" : "Methotrexaat sandoz"
        },
        {
          "code" : "DrugCode",
          "valueString" : "00113802085"
        },
        {
          "code" : "Generic",
          "valueBoolean" : false
        },
        {
          "code" : "Base",
          "valueBoolean" : false
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.